home *** CD-ROM | disk | FTP | other *** search
/ Digit Magazine 1999 December / cDigit issue 18 - December 1999.iso / pc / demos / XMLwriter 1.0 Beta shareware / data1.cab / Example_Files / Projects / Examples / Library / Library.css next >
Encoding:
Cascading Style Sheet File  |  1999-08-19  |  773 b   |  57 lines

  1. <!--
  2.     Copyright 1999 Wattle Software
  3.     Use at your own risk!
  4. -->
  5.  
  6. name
  7.     {
  8.     font-family: verdana, arial;
  9.     font-size: 15pt;
  10.     font-weight:bold;
  11.     display: block;
  12.     margin-bottom: 5pt;
  13. }
  14.  
  15. media
  16.     {
  17.     font-family: verdana, arial;
  18.     font-size: 12pt;
  19.     font-weight:bold;
  20.     color:green;
  21.     display:block;
  22.     margin-bottom: 20pt;
  23.     margin-top: 40pt;
  24. }
  25.  
  26. title
  27.     {
  28.     font-family: verdana, arial;
  29.     font-size: 10pt;
  30.     font-weight:bold;
  31.     display:block;
  32.     margin-top: 5pt;
  33. }
  34.  
  35. author,date,director
  36.     {
  37.     font-family: verdana, arial;
  38.     font-size: 10pt;
  39.     font-weight:normal;
  40.     display:block;
  41.     margin-left: 20pt;
  42. }
  43.  
  44. online_url
  45.     {
  46. display: none;
  47. }
  48.  
  49. callno
  50.     {
  51.     font-family: verdana, arial;
  52.     font-size: 10pt;
  53.     color:blue;
  54.     display:block;
  55.     margin-left: 20pt;
  56. }
  57.